Skip to content

Fixes DNS Server Memory Leak when deleted #6707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 9, 2022

Conversation

SuGlider
Copy link
Collaborator

@SuGlider SuGlider commented May 6, 2022

Description of Change

Adds a destructor to DNSServer Class in order free all memory allocated when the object is deleted.

Tests scenarios

Simple sketch that creates and deletes a DNSServer object.

Related links

fixes #6663

@SuGlider SuGlider added the Area: BT&Wifi BT & Wifi related issues label May 6, 2022
@SuGlider SuGlider added this to the 2.0.4 milestone May 6, 2022
@SuGlider SuGlider requested a review from me-no-dev May 6, 2022 17:35
@SuGlider SuGlider self-assigned this May 6, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 6, 2022

Unit Test Results

0 files  0 suites   0s ⏱️
0 tests 0 ✔️ 0 💤 0

Results for commit 56a5e0f.

@SuGlider SuGlider mentioned this pull request May 6, 2022
1 task
@me-no-dev me-no-dev merged commit 44beee2 into espressif:master May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: BT&Wifi BT & Wifi related issues
Projects
Development

Successfully merging this pull request may close these issues.

DNSServer memory leak
2 participants